home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFE6__ / PROTO / P / PUTILS_L.H < prev    next >
Text File  |  1991-08-16  |  815b  |  26 lines

  1. /*  PUtils_Life6                                                             Utilities
  2.  
  3. File name:  PUtils_Life6.h  
  4. Function:  Utilities for the Prototyper specific code.
  5. History: 8/16/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8. /* ======================================================= */
  9.  
  10. /* See if a trap is available */
  11. Boolean TrapAvailable (short trapNumber, short tType);
  12.  
  13. /* See if any user events are available */
  14. void GetUserEvent(UserEventPRec TheUserEvent);
  15.  
  16. /* Add a user event */
  17. void Add_UserEvent(short ID, short ID2, long  Data1, long Data2, Handle  theHandle);
  18.  
  19. /* Setup a dialog or alert item */
  20. void SetupTheItem (DialogPtr theDialog, short ItemID, Boolean SizeIt, Boolean ShowIt, Boolean EnableIt, Boolean SetTheMax,
  21.             Rect * thePosition , long ExtraData , short StringID );
  22.  
  23.  
  24. /* ======================================================= */
  25.  
  26.